Platform Explorer / Nuxeo Platform 5.8

Extension point datasources

Contribution Descriptors

  • Class: org.nuxeo.runtime.datasource.DataSourceDescriptor
  • Class: org.nuxeo.runtime.datasource.DataSourceLinkDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-5.8.jar
    <extension point="datasources" target="org.nuxeo.runtime.datasource">
        <documentation>
          Datasource contribution for the Activity Service
        </documentation>
    
        <datasource driverClassName="org.h2.Driver" maxActive="20" maxIdle="5" maxWait="10000" name="jdbc/nxactivities">
          <property name="url">jdbc:h2:nuxeo</property>
          <property name="username">sa</property>
          <property name="password"/>
        </datasource>
    
      </extension>